for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
import React from 'react';
import Map from '../components/Map';
export default function ShowMap() {
return (
<div data-testid="show-map"><Map/></div>
)
};